*{
    padding: 0px;
    margin: 0px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
body::-webkit-scrollbar{
    width: 0px;
}
.header{
    margin: 20px;
    display: flex;
    background-color: rgba(133, 133, 247, 0.671);
    box-shadow: 0px 0px 10px rgb(133, 133, 247);
    border-radius: 50px;
}
.header h2{
    text-align: center;
    height: fit-content;
    margin: auto;
    color: navy;
    font-weight: bolder;
    word-spacing: 3px;
}
.header img{
    height: 70px;
}
.page{
    box-shadow: 0px 0px 5px #000020;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 100px;
    margin-right: 50px;
    padding: 50px 20px;
    font-size: 18px;
    text-align: justify;
    font-family: verdana;
}
.page h3{
    text-align: center;
    margin-bottom: 30px;
    font-family: verdana;
}
.optional_span,.double_options{
    color: greenyellow;
}
.radioType, .doc_type{
    color: red;
}
.page input{
    border: none;
    border-bottom: 1px dotted red;
    outline: none;
    font-size: 18px;
    color: navy;
}
input[type='date'], input[type='radio'], input[type='checkbox']{
    cursor: pointer;
}
.page .sub-header{
    font-weight: bold;
}
.page table{
    margin: auto;
    text-align: center;
    width: 100%;
}
.page table input{
    font-size: 14px;
}
.page #table_1{
    width: fit-content;
    border-spacing: 0px;
}
.page #table_1 tr td{
    padding: 5px 0px;
    width: 297px;
}
.page #table_3{
    width: 800px;
    border-spacing: 0px;
}
.page #table_3 tr td{
    padding: 5px 5px;
}
.table_5 tr td{
    padding: 10px 0px 10px 0px;
    text-align: left;
}
.adding_icon_1, .adding_icon_2, .adding_icon_3, .adding_icon_4{
    cursor: pointer;
    font-weight: bold;
    font-size: large;
    border: none;
    background-color: red;
    border-radius: 15px;
    padding: 0px 5px;
}
.adding_icon_3{
    margin-left: 74%;

}
.adding_icon_4{
    margin-left: 91%;
}
.sign{
    width: 100%;
}
.buttons_table{
    margin: auto;
    width: 89%;
    margin-left: 100px;
    text-align: center;
}
.buttons_table tr td button{
    padding: 10px 20px;
    border: none;
    background-color: orangered;
    border-radius: 5px;
    cursor: pointer;
    font-family: verdana;
    font-size: medium;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.buttons_table tr td button:hover{
    background-color: greenyellow;
}
@media screen and (max-width:930px){
    .header{
        margin: 10px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .header h2{
        font-weight: bold;
        font-size: large;
        word-spacing: 0px;
    }
    .page{
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .page .table_6{
        width: 1000px;
        margin-left: 0px;
    }
    .page .table_4{
        margin-right: -640px;
        margin-top: -35px;
        border-right: none;
    }
    .adding_icon_3{
        margin-left: 95%;
    }
    .div_table_2::-webkit-scrollbar{
        width: 0px;
    }
    .div_table_2{
        overflow: scroll;
    }
    .adding_icon_4{
        margin-left: 90%;
    }
    .sign{
        font-size: small;
    }
    .buttons_table{
        margin: auto;
    }
    
}
@media print{
    .header{
        display: none;
    }
    .page{
        border: none;
        box-shadow: none;
        margin: auto;
        margin-top: 680px;
        width: 900px;
    }
    .page #table_3 tr th{
        padding: 10px 10px;
    }
    .buttons_table{
        display: none;
    }
}